chore: update URLs after move to btravstack org#494
Merged
Conversation
Repository moved from the btravers GitHub profile to the btravstack organization. Update all GitHub repo URLs (homepage, bugs, repository, docs links, CI badges, edit links) and the docs site URL to https://btravstack.github.io/amqp-contract/ across package metadata, READMEs, VitePress config (sitemap, canonical, OG/JSON-LD), and robots.txt. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates project metadata and documentation links to reflect the repository move from the btravers user to the btravstack organization, including the new docs base at https://btravstack.github.io/amqp-contract/. This ensures npm package metadata (for Trusted Publishing/provenance), VitePress SEO/canonical URLs, and all README/docs references point at the correct new owner/domain.
Changes:
- Replaced all
github.com/btravers/amqp-contractlinks withgithub.qkg1.top/btravstack/amqp-contractacross docs, examples, and READMEs. - Replaced all
btravers.github.io/amqp-contractlinks withbtravstack.github.io/amqp-contract(including VitePress sitemap/canonical/meta/JSON-LD). - Added a patch changeset to ship the package metadata URL updates in the next release (fixed-version group will bump together).
Reviewed changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates badges and documentation links to the new org + GitHub Pages domain. |
| packages/worker/typedoc.json | Updates external TypeDoc symbol link mapping to the new docs domain. |
| packages/worker/README.md | Updates CI badge and documentation links to the new org/domain. |
| packages/worker/package.json | Updates homepage, bugs.url, and repository.url to btravstack. |
| packages/testing/README.md | Updates CI badge and documentation links to the new org/domain. |
| packages/testing/package.json | Updates homepage, bugs.url, and repository.url to btravstack. |
| packages/core/README.md | Updates CI badge and documentation links to the new org/domain. |
| packages/core/package.json | Updates homepage, bugs.url, and repository.url to btravstack. |
| packages/contract/README.md | Updates CI badge and documentation links to the new org/domain. |
| packages/contract/package.json | Updates homepage, bugs.url, and repository.url to btravstack. |
| packages/client/typedoc.json | Updates external TypeDoc symbol link mapping to the new docs domain. |
| packages/client/README.md | Updates CI badge and documentation links to the new org/domain. |
| packages/client/package.json | Updates homepage, bugs.url, and repository.url to btravstack. |
| packages/asyncapi/README.md | Updates CI badge and documentation links to the new org/domain. |
| packages/asyncapi/package.json | Updates homepage, bugs.url, and repository.url to btravstack. |
| examples/README.md | Updates examples documentation/website links to the new docs domain. |
| examples/basic-order-processing-worker/README.md | Updates example documentation/website links to the new docs domain. |
| examples/basic-order-processing-contract/README.md | Updates example documentation/website links to the new docs domain. |
| examples/basic-order-processing-client/README.md | Updates example documentation/website links to the new docs domain. |
| docs/public/robots.txt | Updates robots.txt header and sitemap URL to the new domain. |
| docs/index.md | Updates homepage GitHub link to the new org repo URL. |
| docs/guide/troubleshooting.md | Updates issue links to the new org repo issues URLs. |
| docs/guide/testing.md | Updates repository link for examples directory to the new org. |
| docs/guide/getting-started.md | Updates GitHub issues link to the new org repo. |
| docs/guide/comparison.md | Updates issue link to the new org repo. |
| docs/examples/basic-order-processing.md | Updates source code links to the new org repo. |
| docs/examples/asyncapi-generation.md | Updates source code link to the new org repo. |
| docs/.vitepress/config.ts | Updates sitemap hostname, canonical URL generation, social/edit links, meta tags, and JSON-LD URLs to the new domain/org. |
| .changeset/update-org-urls.md | Adds a patch changeset documenting/shipping the URL metadata updates. |
| .agents/rules/recipes.md | Updates Trusted Publisher setup instructions to reference btravstack/amqp-contract. |
testcontainers pulls in undici <8.5.0, vulnerable to WebSocket denial-of-service (GHSA-vmh5-mc38-953g, GHSA-38rv-x7px-6hhq, GHSA-vxpw-j846-p89q). Force the patched 8.5.0 via a workspace override so `pnpm audit --audit-level=high` passes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The project moved from the
btraversGitHub profile to thebtravstackorganization, with docs now at https://btravstack.github.io/amqp-contract/. This updates every reference accordingly.Changes
btravers.github.io/amqp-contract→btravstack.github.io/amqp-contractgithub.qkg1.top/btravers/amqp-contract→github.com/btravstack/amqp-contractAcross:
homepage,bugs.url,repository.urlin all 6 publishable packages + root (feeds npm provenance under Trusted Publishing).docs/.vitepress/config.ts— sitemap hostname, canonical URLs, OG/Twitter image URLs, all JSON-LD blocks (url/logo/sameAs), GitHub social link, edit-link pattern.docs/public/robots.txt— sitemap URL..agents/rules/recipes.md.Includes a changeset (patch) so the metadata change ships in the next release.
Not changed (already correct)
btravstack.base: "/amqp-contract/"— repo name unchanged, only the owner moved.githubcontext (no hardcoded owner).authorfields (name + email, unaffected).Follow-up outside this repo
btravstack/amqp-contract.btravstack/amqp-contract(else next publish fails withENEEDAUTH).google-site-verificationtoken was for the old domain).🤖 Generated with Claude Code